projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
646b74e
)
Add missing dependency to test module source file
author
Philipp Stephani
<phst@google.com>
Mon, 5 Jun 2017 08:04:20 +0000
(10:04 +0200)
committer
Philipp Stephani
<phst@google.com>
Mon, 5 Jun 2017 08:05:17 +0000
(10:05 +0200)
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index 4f12a8ea48c0d1c9a0b369a16d99d85bba82701d..7b8c967128f5e9799bdca3ac10705a54475eef21 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-182,7
+182,7
@@
test_module_dir := $(srcdir)/data/emacs-module
test_module_name := mod-test@MODULES_SUFFIX@
test_module := $(test_module_dir)/$(test_module_name)
$(srcdir)/src/emacs-module-tests.log: $(test_module)
-$(test_module): $(srcdir)/../src/emacs-module.[ch]
+$(test_module): $(srcdir)/../src/emacs-module.[ch]
$(test_module_dir)/mod-test.c
$(MAKE) -C $(test_module_dir) $(test_module_name) SO=@MODULES_SUFFIX@
endif